testsuite: Add missing files
authorMatthias Clasen <mclasen@redhat.com>
Tue, 17 Oct 2017 09:54:02 +0000 (17:54 +0800)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 18 Oct 2017 15:30:20 +0000 (17:30 +0200)
testsuite/css/parser/value-inherit.ref.css [new file with mode: 0644]
testsuite/css/parser/value-initial.ref.css [new file with mode: 0644]

diff --git a/testsuite/css/parser/value-inherit.ref.css b/testsuite/css/parser/value-inherit.ref.css
new file mode 100644 (file)
index 0000000..d1a9bbb
--- /dev/null
@@ -0,0 +1,50 @@
+* {
+  -gtk-icon-shadow: inherit;
+  background-clip: inherit;
+  background-color: inherit;
+  background-image: inherit;
+  background-origin: inherit;
+  background-repeat: inherit;
+  border-bottom-color: inherit;
+  border-bottom-left-radius: inherit;
+  border-bottom-right-radius: inherit;
+  border-bottom-style: inherit;
+  border-bottom-width: inherit;
+  border-image-repeat: inherit;
+  border-image-slice: inherit;
+  border-image-source: inherit;
+  border-image-width: inherit;
+  border-left-color: inherit;
+  border-left-style: inherit;
+  border-left-width: inherit;
+  border-right-color: inherit;
+  border-right-style: inherit;
+  border-right-width: inherit;
+  border-top-color: inherit;
+  border-top-left-radius: inherit;
+  border-top-right-radius: inherit;
+  border-top-style: inherit;
+  border-top-width: inherit;
+  box-shadow: inherit;
+  color: inherit;
+  font-family: inherit;
+  font-size: inherit;
+  font-stretch: inherit;
+  font-style: inherit;
+  font-variant-alternates: inherit;
+  font-variant-caps: inherit;
+  font-variant-east-asian: inherit;
+  font-variant-ligatures: inherit;
+  font-variant-numeric: inherit;
+  font-variant-position: inherit;
+  font-weight: inherit;
+  margin-bottom: inherit;
+  margin-left: inherit;
+  margin-right: inherit;
+  margin-top: inherit;
+  padding-bottom: inherit;
+  padding-left: inherit;
+  padding-right: inherit;
+  padding-top: inherit;
+  text-shadow: inherit;
+}
diff --git a/testsuite/css/parser/value-initial.ref.css b/testsuite/css/parser/value-initial.ref.css
new file mode 100644 (file)
index 0000000..c8b6538
--- /dev/null
@@ -0,0 +1,49 @@
+* {
+  -gtk-icon-shadow: initial;
+  background-clip: initial;
+  background-color: initial;
+  background-image: initial;
+  background-origin: initial;
+  background-repeat: initial;
+  border-bottom-color: initial;
+  border-bottom-left-radius: initial;
+  border-bottom-right-radius: initial;
+  border-bottom-style: initial;
+  border-bottom-width: initial;
+  border-image-repeat: initial;
+  border-image-slice: initial;
+  border-image-source: initial;
+  border-image-width: initial;
+  border-left-color: initial;
+  border-left-style: initial;
+  border-left-width: initial;
+  border-right-color: initial;
+  border-right-style: initial;
+  border-right-width: initial;
+  border-top-color: initial;
+  border-top-left-radius: initial;
+  border-top-right-radius: initial;
+  border-top-style: initial;
+  border-top-width: initial;
+  box-shadow: initial;
+  color: initial;
+  font-family: initial;
+  font-size: initial;
+  font-style: initial;
+  font-variant-alternates: initial;
+  font-variant-caps: initial;
+  font-variant-east-asian: initial;
+  font-variant-ligatures: initial;
+  font-variant-numeric: initial;
+  font-variant-position: initial;
+  font-weight: initial;
+  margin-bottom: initial;
+  margin-left: initial;
+  margin-right: initial;
+  margin-top: initial;
+  padding-bottom: initial;
+  padding-left: initial;
+  padding-right: initial;
+  padding-top: initial;
+  text-shadow: initial;
+}